github.com/gotd/td/internal/pool.DC.log (field)
15 uses
github.com/gotd/td/internal/pool (current package)
pool.go#L24: log *zap.Logger // immutable
pool.go#L60: log: opts.Logger,
pool.go#L119: c.log.Debug("Connection died",
pool.go#L146: c.log.Debug("Transfer connection to requester", zap.Int64("conn_id", r.id))
pool.go#L149: c.log.Debug("Connection released", zap.Int64("conn_id", r.id))
pool.go#L167: c.log.Debug("Re-using free connection", zap.Int64("conn_id", r.id))
pool.go#L178: c.log.Debug("Creating new connection",
pool.go#L198: c.log.Debug("Waiting for free connect", zap.Int64("request_id", int64(key)))
pool.go#L202: c.log.Debug("Got connection for request",
pool.go#L208: c.log.Debug("Some connection dead, try to create new connection, cancel waiting")
pool.go#L254: c.log.Debug("DC Invoke")
pool.go#L258: c.log.Debug("DC Invoke failed", zap.Error(err))
pool.go#L262: c.log.Debug("DC Invoke complete")
pool.go#L273: c.log.Debug("Closing DC")
pool.go#L274: defer c.log.Debug("DC closed")
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |